+2005-07-26 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkwidget.h:
+ * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from
+ gtk_widget_new as well, pointed out by Kjartan Maraas.
+
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c (paint_triangle): Pad out the full width, in
+2005-07-26 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkwidget.h:
+ * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from
+ gtk_widget_new as well, pointed out by Kjartan Maraas.
+
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c (paint_triangle): Pad out the full width, in
+2005-07-26 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkwidget.h:
+ * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from
+ gtk_widget_new as well, pointed out by Kjartan Maraas.
+
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c (paint_triangle): Pad out the full width, in
gtk_widget_modify_font
gtk_widget_modify_style
gtk_widget_modify_text
-gtk_widget_new G_GNUC_NULL_TERMINATED
+gtk_widget_new
gtk_widget_path
gtk_widget_pop_colormap
gtk_widget_pop_composite_child
GType gtk_widget_get_type (void) G_GNUC_CONST;
GtkWidget* gtk_widget_new (GType type,
const gchar *first_property_name,
- ...) G_GNUC_NULL_TERMINATED;
+ ...);
GtkWidget* gtk_widget_ref (GtkWidget *widget);
void gtk_widget_unref (GtkWidget *widget);
void gtk_widget_destroy (GtkWidget *widget);